home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue54 / Construc / Unit3.dfm < prev    next >
Encoding:
Text File  |  2000-01-03  |  787 b   |  42 lines

  1. object Form3: TForm3
  2.   Left = 501
  3.   Top = 516
  4.   Width = 402
  5.   Height = 281
  6.   Caption = 'CORBA IDL2PAS demo...'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 16
  18.     Top = 16
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Connect'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 16
  27.     Top = 56
  28.     Width = 361
  29.     Height = 177
  30.     TabOrder = 1
  31.   end
  32.   object Button2: TButton
  33.     Left = 304
  34.     Top = 16
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'DII'
  38.     TabOrder = 2
  39.     OnClick = Button2Click
  40.   end
  41. end
  42.